home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_jr / quit < prev    next >
Text File  |  1994-02-21  |  385b  |  15 lines

  1. quit:
  2.  
  3. Syntax:    quit
  4.  
  5. Description:
  6.  
  7.     The statement `quit' causes RLaB to stop execution
  8.     immediately. Quit is an executable statement, that is, it is
  9.     not built into the parser, it only takes effect when executed.
  10.     This allows users to embed a quit statement in a branch of a
  11.     conditional statement.
  12.  
  13.     RLaB can also be stopped by a ctrl-d (hold down the control
  14.     key while typing `d').
  15.